BIM Workbench/pt-br

Na v1.0 do BIM, as Bancadas Native-IFC and Arch foram mescadas na Bancada integrada BIM.
Esta página foi atualizada para essa versão.
BIM Workbench icon

Introdução

A Bancada BIM provê um fluxo de trabalho de Modelo da Informação da Construção moderno no FreeCAD, com objetos totalmente parametrizados como, por exemplo, paredes, vigas, telhados, janelas, escadas, canos, e móveis. Ela é compatível com arquivos Industry Foundation Classes (IFC), e a produção de plantas 2D em combinação com a Bancada TechDraw.

A Bancada BIM importa ferramentas da Bancada Draft, para utilizar seus objetos 3d na contrução de objetos 3D paramétricos. Mas ela pode também usar formas sólidas criadas com outras bancadas como as Part e PartDesign.

Veja o guia de migração FreeCAD BIM (em ingês) para uma rápida visão geral se você for usuários de outra aplicação BIM.

Os desenvolvedores das bancadas aqDraft e BIM também colaboram com a comunidade OSArch, cujo principal objetivo é melhorar o design de construção usando unicamente software livre.

Começando

Quando a Bancada BIM é iniciada pela primeira vez, um diálogo de boas-vindas é apresentado, apresentando um visão geral de como a bancada funciona, e permitindo que o usuário inicie um tutorial in-game. Esse diálogo também está disponível a partir do menu help. Quando a tela de boas-vindas é fechada ao clicar em OK, o diálogo de configuração BIM será mostrado, o qual permite ao usuário atribuir rapidamente algumas preferências mais comuns referentes ao BIM do FreeCAD sem necessitar navegar nas Páginas de preferências do FreeCAD.

The BIM project setup tool allows you to quickly setup a BIM project by entering some basic information about your project. You can then, for example, use the different 2D drafting tools to sketch guidelines and baselines, then use the different 3D modeling tools to automatically build 3D BIM objects from them. A line, for example, can become a wall simply by selecting it and pressing the Wall button.

Common building elements such as walls or columns are easily created by pressing the appropriate toolbar button and clicking points in the 3D view. They can be moved, rotated and edited once created. Most BIM elements are created on the current working plane, so a typical workflow involves placing the working plane first, then creating a BIM element. More complex elements can be created by drawing 2D elements first, then using one of the BIM tools to convert them into the desired element.

Elements of building projects can be organized using sites, buildings and levels, to reproduce what is commonly done in other BIM applications. In FreeCAD, however, such structures are not mandatory, and you are free to organize your model elements as you see fit, for example using groups.

2D drawings can be generated from a model to represent plan, section or elevation views. To generate such a drawing,section planes are placed in the model, to indicate where it should be cut or viewed from. Once the section planes are in place, two methods are possible:

  1. Create projected views in the document using shape views, then add all the necessary annotations such as texts and dimensions, then put all this on a page. This is the recommended way, as it offers more flexibility.
  2. Create a view on a page directly from the section plane. Then all the needed 2D annotations must either be added to the section plane, or done directly on the page. This is less flexible.

Finally, quantities schedules can be created using the schedule tool.

If you are used to another BIM application, check our BIM application compatibility table to get your bearings when starting with FreeCAD.

The in-game tutorial is an easy way to quickly get on track with the BIM workbench.

Tools

The BIM workbench gathers tools from several other FreeCAD workbenches, mainly Draft and Part, roughly reorganized in logical categories.

Additionally, if such addons are installed, tools from Reinforcement (extra reinforcing bar tools), Fasteners (bolts and screws), Flamingo/Dodo (metal structure and piping tools) and Parts Library are automatically included in the BIM workbench.

The BIM workbench also adds a series of items in the status bar of FreeCAD, and a couple of context menu items, accessible by right-clicking in the 3D view or in the tree view.

2D drafting

2D objects are commonly used as drafting aids, or to draw base lines and profiles to build BIM objects on. They can also be used to draw symbols and annotations in your model. Apart from sketches, that use their own coordinate system, 2D objects will be drawn on the current working plane.

3D/BIM

3D and BIM objects are the real-world elements that will compose your BIM project.

These tools, except the first, are only available if the Reinforcement Workbench has been installed.
  • Custom Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch.
  • Straight Rebar: Creates a straight reinforcement bar in a selected structural element.
  • U-Shape Rebar: Creates a U-shape reinforcement bar in a selected structural element.
  • L-Shape Rebar: Creates an L-shape reinforcement bar in a selected structural element.
  • Stirrup: Creates a stirrup reinforcement bar in a selected structural element.
  • Bent-Shape Rebar: Creates a bent-shape reinforcement bar in a selected structural element.
  • Helical Rebar: Creates a helical reinforcement bar in a selected structural element.
These tools build generic 3D objects that can be turned or used into BIM components.
  • Profile: Creates a parametric 2D profile.
  • Box: Creates a box by specifying its dimensions graphically.
  • Shape builder...: Creates more complex shapes from various geometric primitives.
  • Facebinder: creates a surface object from selected faces.
  • Component: Creates a non-parametric Arch component.

Annotation

Annotations are visual help objects that can be placed inside your model. They can be used to export your model directly to a 2D format like DXF, or reused when creating 2D views of your model with the TechDraw Workbench.

Snapping

This menu contains the Draft Snap tools as well as the following tools:

Modificar

Gerenciar

Utilitários

  • Panel: Creates a panel object from a selected 2D object.
  • Panel Cut: Creates a 2D cut view from a panel.
  • Panel Sheet: Creates a 2D cut sheet including panel cuts or other 2D objects.
  • Nest: Allows to nest several flat objects inside a container shape.
  • Structure: Creates a structural element from scratch or using a selected object as a base.

Barra de status

The status bar contains a few buttons that allow to easily change different states:

Menu de contexto da visualização em árvore

TBD

Menu de contexto da visualização 3D

TBD

Ferramentas obsoletas

Preferências

Working with IFC

The BIM workbench works natively with Industry Foundation Classes (IFC) files. Native means there is no more translation between the IFC contents and FreeCAD: The IFC contents are directly rendered in FreeCAD, and any change affects the IFC contents directly. Read more on NativeIFC.

If you don't plan to work with others, and have no need for IFC, you can still use the BIM workbench tools and simply ignore anything related to IFC. You can still export your model to IFC anytime.

The old Arch IFC importer is disabled by default in FreeCAD, but still available from Python.

There is also a specific NativeIFC Tutorial that explains the concepts further.

Formatos de arquivo

API

The Arch module can be used in Python scripts and macros using the Arch Python API functions.

Tutoriais e aprendizado

Arquivos de exemplo